projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a62b0
)
(vc-dir-move-to-goal-column): Declare.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 23 Jul 2009 05:41:24 +0000
(
05:41
+0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 23 Jul 2009 05:41:24 +0000
(
05:41
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 70b899c2f51a8b0362f2071cf9cf10e274036374..accbe7d1eb9336020781addc4bf9085cd1bfc3c1 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-2,6
+2,7
@@
* vc.el (vc-print-log-internal): New function, split out from ...
(vc-print-log): ... here.
+ (vc-dir-move-to-goal-column): Declare.
* vc-git.el (vc-git-add-signoff): New variable.
(vc-git-checkin): Use it.
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 590787e019c2f72a94bd5378e17abdb9d231e550..1f3ea9ddcafe7c138cf4217140efc3a7722ce58c 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-1184,6
+1184,8
@@
merge in the changes into your working copy."
nil t)))))
(vc-call-backend backend 'create-repo))
+(declare-function vc-dir-move-to-goal-column "vc-dir" ())
+
;;;###autoload
(defun vc-register (&optional set-revision vc-fileset comment)
"Register into a version control system.